Class sjl.wrappers.PredLessCharacter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.PredLessCharacter

java.lang.Object
   |
   +----sjl.wrappers.PredLessCharacter

public class PredLessCharacter
extends Object
implements Predicate2
PredLessCharacter is a predicate object designed for comparing objects of type Character for relative ordering using the < operator.

Copyright © 1996 Finn Bock


Constructor Index

 o PredLessCharacter()

Method Index

 o compare(Object, Object)
Convert the arguments to Character and compare the return values from the charValue() method using the < operator.

Constructors

 o PredLessCharacter
  public PredLessCharacter()

Methods

 o compare
  public boolean compare(Object o1,
                         Object o2)
Convert the arguments to Character and compare the return values from the charValue() method using the < operator.

All Packages  Class Hierarchy  This Package  Previous  Next  Index